home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / HTML.sch < prev    next >
Text File  |  2004-01-06  |  26KB  |  995 lines

  1. object TPersHolder
  2.   P.Name = 'HTML'
  3.   P.Extensions.Strings = (
  4.     'asp;html;htm;shtm')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIIdentifier = 19
  10.       UseMultiLineComments = True
  11.       BlockDelimiters = <>
  12.       MultiLineCommentDelimiters = <
  13.         item
  14.           FontID = 58
  15.           LeftDelimiter = '<!---'
  16.           RightDelimiter = '--->'
  17.         end
  18.         item
  19.           FontID = 3
  20.           LeftDelimiter = '<!--'
  21.           RightDelimiter = '-->'
  22.         end>
  23.     end
  24.     item
  25.       Name = 'CSS'
  26.       ID = 7
  27.       ParentID = 0
  28.       UseMetaSymbol = True
  29.       UseMetaToWrapLines = False
  30.       MetaSymbol = '\'
  31.       FIText = 20
  32.       FIIntNum = 21
  33.       FIFloatNum = 22
  34.       FIHexNum = 23
  35.       FISymbol = 51
  36.       UseSymbols = True
  37.       UseComments = True
  38.       UseMultiLineComments = True
  39.       UseStrings = True
  40.       UseSingleLineStrings = True
  41.       UseNumbers = True
  42.       UsePrefixedNumbers = True
  43.       UseSuffixedNumbers = True
  44.       UseMultipleNumSuffixes = False
  45.       UseKeywords = True
  46.       BlockDelimiters = <
  47.         item
  48.           LeftDelimiter = '<STYLE'
  49.           RightDelimiter = '</STYLE>'
  50.           DelimitersArePartOfBlock = True
  51.         end>
  52.       MultiLineCommentDelimiters = <
  53.         item
  54.           FontID = 32
  55.           LeftDelimiter = '/*'
  56.           RightDelimiter = '*/'
  57.         end>
  58.       SingleLineStringDelimiters = <
  59.         item
  60.           FontID = 33
  61.           LeftDelimiter = '"'
  62.           RightDelimiter = '"'
  63.         end
  64.         item
  65.           FontID = 45
  66.           LeftDelimiter = #39
  67.           RightDelimiter = #39
  68.         end>
  69.       NumPrefixes = <
  70.         item
  71.           LeftDelimiter = '#'
  72.         end>
  73.       NumSuffixes = <
  74.         item
  75.           LeftDelimiter = '%'
  76.         end
  77.         item
  78.           LeftDelimiter = 'em'
  79.         end
  80.         item
  81.           LeftDelimiter = 'ex'
  82.         end
  83.         item
  84.           LeftDelimiter = 'px'
  85.         end
  86.         item
  87.           LeftDelimiter = 'in'
  88.         end
  89.         item
  90.           LeftDelimiter = 'cm'
  91.         end
  92.         item
  93.           LeftDelimiter = 'mm'
  94.         end
  95.         item
  96.           LeftDelimiter = 'pt'
  97.         end
  98.         item
  99.           LeftDelimiter = 'pc'
  100.         end>
  101.       KeywordSets = <
  102.         item
  103.           FontID = 50
  104.           Name = 'properties'
  105.           Keywords = 
  106.             'align,attachment,auto,background,border,bottom,clear,color,decor' +
  107.             'ation,display,family,float,font,height,image,indent,left,letter,' +
  108.             'line,list,margin,padding,position,repeat,right,size,space,spacin' +
  109.             'g,style,text,top,transform,type,variant,vertical,weight,white,wi' +
  110.             'dth,wight,word'
  111.         end>
  112.     end
  113.     item
  114.       Name = 'JS'
  115.       ID = 4
  116.       ParentID = 0
  117.       FIText = 24
  118.       FIIntNum = 29
  119.       FIFloatNum = 30
  120.       FIHexNum = 31
  121.       FISymbol = 13
  122.       UseSymbols = True
  123.       UseComments = True
  124.       UseSingleLineComments = True
  125.       UseMultiLineComments = True
  126.       UseStrings = True
  127.       UseSingleLineStrings = True
  128.       UseNumbers = True
  129.       UseKeywords = True
  130.       BlockDelimiters = <
  131.         item
  132.           LeftDelimiter = '<SCRIPT LANGUAGE=javascript'
  133.           RightDelimiter = '</SCRIPT>'
  134.           DelimitersArePartOfBlock = True
  135.         end>
  136.       SingleLineCommentDelimiters = <
  137.         item
  138.           FontID = 25
  139.           LeftDelimiter = '//'
  140.         end>
  141.       MultiLineCommentDelimiters = <
  142.         item
  143.           FontID = 12
  144.           LeftDelimiter = '/*'
  145.           RightDelimiter = '*/'
  146.         end>
  147.       SingleLineStringDelimiters = <
  148.         item
  149.           FontID = 26
  150.           LeftDelimiter = #39
  151.           RightDelimiter = #39
  152.         end
  153.         item
  154.           FontID = 27
  155.           LeftDelimiter = '"'
  156.           RightDelimiter = '"'
  157.         end>
  158.       KeywordSets = <
  159.         item
  160.           FontID = 28
  161.           Name = 'KeyWord'
  162.           Keywords = 
  163.             'break,case,catch,class,const,continue,debugger,default,delete,do' +
  164.             ',else,enum,export,extends,false,finally,for,function,if,import,i' +
  165.             'n,new,null,return,super,switch,this,throw,true,try,typeof,var,vo' +
  166.             'id,while,with'
  167.         end
  168.         item
  169.           FontID = 11
  170.           Name = 'func'
  171.           Keywords = 'alert'
  172.         end>
  173.     end
  174.     item
  175.       Name = 'ASP'
  176.       ID = 5
  177.       ParentID = 4
  178.       FIText = 46
  179.       FIIntNum = 8
  180.       FISymbol = 35
  181.       FIIdentifier = 7
  182.       UseSymbols = True
  183.       UseComments = True
  184.       UseSingleLineComments = True
  185.       UseStrings = True
  186.       UseSingleLineStrings = True
  187.       UseNumbers = True
  188.       UseIdentifiers = True
  189.       UseKeywords = True
  190.       BlockDelimiters = <
  191.         item
  192.           LeftDelimiter = '<%'
  193.           RightDelimiter = '%>'
  194.           DelimitersArePartOfBlock = True
  195.         end>
  196.       SingleLineCommentDelimiters = <
  197.         item
  198.           FontID = 47
  199.           LeftDelimiter = #39
  200.         end>
  201.       SingleLineStringDelimiters = <
  202.         item
  203.           FontID = 48
  204.           LeftDelimiter = '"'
  205.           RightDelimiter = '"'
  206.         end>
  207.       KeywordSets = <
  208.         item
  209.           FontID = 49
  210.           Name = 'KeyWord'
  211.           Keywords = 
  212.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  213.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  214.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  215.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  216.             'ub,Then,To,True,Type,Wend,While,With,Xor'
  217.         end>
  218.     end
  219.     item
  220.       Name = 'ASP'
  221.       ID = 2
  222.       ParentID = 0
  223.       FIText = 6
  224.       FIIntNum = 68
  225.       FIFloatNum = 69
  226.       FIHexNum = 70
  227.       FISymbol = 34
  228.       UseSymbols = True
  229.       UseComments = True
  230.       UseSingleLineComments = True
  231.       UseStrings = True
  232.       UseSingleLineStrings = True
  233.       UseNumbers = True
  234.       UseKeywords = True
  235.       BlockDelimiters = <
  236.         item
  237.           LeftDelimiter = '<%'
  238.           RightDelimiter = '%>'
  239.           DelimitersArePartOfBlock = True
  240.         end
  241.         item
  242.           LeftDelimiter = '<SCRIPT LANGUAGE=vbscript RUNAT=Server'
  243.           RightDelimiter = '</SCRIPT>'
  244.           DelimitersArePartOfBlock = True
  245.         end>
  246.       SingleLineCommentDelimiters = <
  247.         item
  248.           FontID = 15
  249.           LeftDelimiter = #39
  250.         end>
  251.       SingleLineStringDelimiters = <
  252.         item
  253.           FontID = 14
  254.           LeftDelimiter = '"'
  255.           RightDelimiter = '"'
  256.         end>
  257.       KeywordSets = <
  258.         item
  259.           FontID = 16
  260.           Name = 'Keyword'
  261.           Keywords = 
  262.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  263.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  264.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  265.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  266.             'ub,Then,To,True,Type,Wend,While,With,Xor'
  267.         end>
  268.     end
  269.     item
  270.       Name = 'PHP'
  271.       ID = 8
  272.       ParentID = 0
  273.       FIText = 4
  274.       UseStrings = True
  275.       UseSingleLineStrings = True
  276.       BlockDelimiters = <
  277.         item
  278.           LeftDelimiter = '<?'
  279.           RightDelimiter = '?>'
  280.           DelimitersArePartOfBlock = True
  281.         end>
  282.       SingleLineStringDelimiters = <
  283.         item
  284.           FontID = 5
  285.           LeftDelimiter = '"'
  286.           RightDelimiter = '"'
  287.         end>
  288.     end
  289.     item
  290.       Name = 'HTML'
  291.       ID = 1
  292.       ParentID = 0
  293.       FIText = 9
  294.       FIIntNum = 41
  295.       UseComments = True
  296.       UseMultiLineComments = True
  297.       UseStrings = True
  298.       UseSingleLineStrings = True
  299.       UseNumbers = True
  300.       UsePrefixedIdentifiers = True
  301.       UseKeywords = True
  302.       BlockDelimiters = <
  303.         item
  304.           LeftDelimiter = '<a'
  305.           RightDelimiter = '>'
  306.         end
  307.         item
  308.           LeftDelimiter = '<'
  309.           RightDelimiter = '>'
  310.           DelimitersArePartOfBlock = True
  311.         end>
  312.       MultiLineCommentDelimiters = <
  313.         item
  314.           FontID = 56
  315.           LeftDelimiter = '<!---'
  316.           RightDelimiter = '--->'
  317.         end
  318.         item
  319.           FontID = 2
  320.           LeftDelimiter = '<!--'
  321.           RightDelimiter = '-->'
  322.         end>
  323.       SingleLineStringDelimiters = <
  324.         item
  325.           FontID = 39
  326.           LeftDelimiter = '"'
  327.           RightDelimiter = '"'
  328.         end
  329.         item
  330.           FontID = 40
  331.           LeftDelimiter = #39
  332.           RightDelimiter = #39
  333.         end>
  334.       IdentPrefixes = <
  335.         item
  336.           LeftDelimiter = '/'
  337.         end>
  338.       KeywordSets = <
  339.         item
  340.           FontID = 0
  341.           Name = 'Tags'
  342.           Keywords = 
  343.             '/a,/abbr,/acronym,/address,/applet,/area,/b,/base,/basefont,/bdo' +
  344.             ',/big,/blockquote,/body,/br,/button,/caption,/center,/cite,/code' +
  345.             ',/col,/colgroup,/dd,/del,/dfn,/dir,/div,/dl,/dt,/em,/fieldset,/f' +
  346.             'ont,/form,/frame,/frameset,/h1,/h2,/h3,/h4,/h5,/h6,/head,/hr,/ht' +
  347.             'ml,/i,/iframe,/img,/input,/ins,/isindex,/kbd,/label,/legend,/li,' +
  348.             '/link,/map,/menu,/meta,/noframes,/noscript,/object,/ol,/optgroup' +
  349.             ',/option,/p,/param,/pre,/q,/s,/samp,/script,/select,/small,/span' +
  350.             ',/strike,/strong,/style,/sub,/sup,/table,/tbody,/td,/textarea,/t' +
  351.             'foot,/th,/thead,/title,/tr,/tt,/u,/ul,/var,a,abbr,acronym,addres' +
  352.             's,applet,area,b,base,basefont,bdo,big,blockquote,body,br,button,' +
  353.             'caption,center,cite,code,col,colgroup,dd,del,dfn,dir,div,dl,dt,e' +
  354.             'm,fieldset,font,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,hr,ht' +
  355.             'ml,i,iframe,img,input,ins,isindex,kbd,label,legend,li,link,map,m' +
  356.             'enu,meta,noframes,noscript,object,ol,optgroup,option,p,param,pre' +
  357.             ',q,s,samp,script,select,small,span,strike,strong,style,sub,sup,t' +
  358.             'able,tbody,td,textarea,tfoot,th,thead,title,tr,tt,u,ul,var'
  359.         end
  360.         item
  361.           FontID = 1
  362.           Name = 'Attributes'
  363.           Keywords = 
  364.             'abbr,accept,accept-charset,accesskey,action,align,alink,alt,arch' +
  365.             'ive,axis,background,bgcolor,border,cellpadding,cellspacing,char,' +
  366.             'charoff,charset,checked,cite,class,classid,clear,code,codebase,c' +
  367.             'odetype,color,cols,colspan,compact,content,coords,data,datetime,' +
  368.             'declare,defer,dir,disabled,enctype,face,for,frame,frameborder,he' +
  369.             'aders,height,href,hreflang,hspace,http-equiv,id,ismap,label,lang' +
  370.             ',language,link,longdesc,marginheight,marginwidth,maxlength,media' +
  371.             ',method,multiple,name,nohref,noresize,noshade,nowrap,object,onbl' +
  372.             'ur,onchange,onclick,ondblclick,onfocus,onkeydown,onkeypress,onke' +
  373.             'yup,onload,onmousedown,onmousemove,onmouseout,onmouseover,onmous' +
  374.             'eup,onreset,onselect,onsubmit,onunload,profile,prompt,readonly,r' +
  375.             'el,rev,rows,rowspan,rules,scheme,scope,scrolling,selected,shape,' +
  376.             'size,span,src,standby,start,style,summary,tabindex,target,text,t' +
  377.             'itle,type,usemap,valign,value,valuetype,version,vlink,vspace,wid' +
  378.             'th'
  379.         end>
  380.     end
  381.     item
  382.       Name = 'ASP'
  383.       ID = 3
  384.       ParentID = 1
  385.       FIText = 18
  386.       FIIntNum = 62
  387.       FIFloatNum = 63
  388.       FIHexNum = 64
  389.       FISymbol = 36
  390.       UseComments = True
  391.       UseSingleLineComments = True
  392.       UseStrings = True
  393.       UseMultiLineStrings = True
  394.       UseNumbers = True
  395.       UseKeywords = True
  396.       BlockDelimiters = <
  397.         item
  398.           LeftDelimiter = '<%'
  399.           RightDelimiter = '%>'
  400.           DelimitersArePartOfBlock = True
  401.         end
  402.         item
  403.           LeftDelimiter = '<SCRIPT LANGUAGE=vbscript RUNAT=Server'
  404.           RightDelimiter = '</SCRIPT>'
  405.           DelimitersArePartOfBlock = True
  406.         end>
  407.       SingleLineCommentDelimiters = <
  408.         item
  409.           FontID = 10
  410.           LeftDelimiter = #39
  411.         end>
  412.       MultiLineStringDelimiters = <
  413.         item
  414.           FontID = 60
  415.           LeftDelimiter = '"'
  416.           RightDelimiter = '"'
  417.         end>
  418.       KeywordSets = <
  419.         item
  420.           FontID = 17
  421.           Name = 'KeyWord'
  422.           Keywords = 
  423.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  424.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  425.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  426.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  427.             'ub,Then,To,True,Type,Wend,While,With,Xor'
  428.         end>
  429.     end>
  430.   P.FontTable = <
  431.     item
  432.       FontID = 0
  433.       BlockID = 1
  434.       Font.Charset = DEFAULT_CHARSET
  435.       Font.Color = 4227072
  436.       Font.Height = -13
  437.       Font.Name = 'Courier New'
  438.       Font.Style = []
  439.     end
  440.     item
  441.       FontID = 1
  442.       BlockID = 1
  443.       Font.Charset = DEFAULT_CHARSET
  444.       Font.Color = 8421440
  445.       Font.Height = -13
  446.       Font.Name = 'Courier New'
  447.       Font.Style = []
  448.     end
  449.     item
  450.       FontID = 2
  451.       BlockID = 1
  452.       Font.Charset = DEFAULT_CHARSET
  453.       Font.Color = clGray
  454.       Font.Height = -13
  455.       Font.Name = 'Courier New'
  456.       Font.Style = [fsItalic]
  457.     end
  458.     item
  459.       FontID = 3
  460.       Font.Charset = DEFAULT_CHARSET
  461.       Font.Color = clGray
  462.       Font.Height = -13
  463.       Font.Name = 'Courier New'
  464.       Font.Style = [fsItalic]
  465.     end
  466.     item
  467.       FontID = 6
  468.       BlockID = 2
  469.       Font.Charset = DEFAULT_CHARSET
  470.       Font.Color = clBlack
  471.       Font.Height = -13
  472.       Font.Name = 'Courier New'
  473.       Font.Style = []
  474.       BackColor = 15138815
  475.       UseDefBack = False
  476.     end
  477.     item
  478.       FontID = 14
  479.       BlockID = 2
  480.       Font.Charset = DEFAULT_CHARSET
  481.       Font.Color = clGreen
  482.       Font.Height = -13
  483.       Font.Name = 'Courier New'
  484.       Font.Style = []
  485.       BackColor = clInfoBk
  486.     end
  487.     item
  488.       FontID = 15
  489.       BlockID = 2
  490.       Font.Charset = DEFAULT_CHARSET
  491.       Font.Color = clGray
  492.       Font.Height = -13
  493.       Font.Name = 'Courier New'
  494.       Font.Style = [fsItalic]
  495.       BackColor = clInfoBk
  496.       UseDefBack = False
  497.     end
  498.     item
  499.       FontID = 16
  500.       BlockID = 2
  501.       Font.Charset = DEFAULT_CHARSET
  502.       Font.Color = clBlack
  503.       Font.Height = -13
  504.       Font.Name = 'Courier New'
  505.       Font.Style = [fsBold]
  506.       BackColor = clInfoBk
  507.     end
  508.     item
  509.       FontID = 17
  510.       BlockID = 3
  511.       Font.Charset = DEFAULT_CHARSET
  512.       Font.Color = clBlack
  513.       Font.Height = -13
  514.       Font.Name = 'Courier New'
  515.       Font.Style = [fsBold]
  516.     end
  517.     item
  518.       FontID = 18
  519.       BlockID = 3
  520.       Font.Charset = DEFAULT_CHARSET
  521.       Font.Color = clBlack
  522.       Font.Height = -13
  523.       Font.Name = 'Courier New'
  524.       Font.Style = []
  525.       BackColor = 15138815
  526.       UseDefBack = False
  527.     end
  528.     item
  529.       FontID = 24
  530.       BlockID = 4
  531.       Font.Charset = DEFAULT_CHARSET
  532.       Font.Color = clBlack
  533.       Font.Height = -13
  534.       Font.Name = 'Courier New'
  535.       Font.Style = []
  536.       BackColor = 15658734
  537.       UseDefBack = False
  538.     end
  539.     item
  540.       FontID = 25
  541.       BlockID = 4
  542.       Font.Charset = DEFAULT_CHARSET
  543.       Font.Color = clGray
  544.       Font.Height = -13
  545.       Font.Name = 'Courier New'
  546.       Font.Style = [fsItalic]
  547.       BackColor = cl3DLight
  548.     end
  549.     item
  550.       FontID = 26
  551.       BlockID = 4
  552.       Font.Charset = DEFAULT_CHARSET
  553.       Font.Color = clGreen
  554.       Font.Height = -13
  555.       Font.Name = 'Courier New'
  556.       Font.Style = []
  557.       BackColor = cl3DLight
  558.     end
  559.     item
  560.       FontID = 27
  561.       BlockID = 4
  562.       Font.Charset = DEFAULT_CHARSET
  563.       Font.Color = clGreen
  564.       Font.Height = -13
  565.       Font.Name = 'Courier New'
  566.       Font.Style = []
  567.       BackColor = cl3DLight
  568.     end
  569.     item
  570.       FontID = 28
  571.       BlockID = 4
  572.       Font.Charset = DEFAULT_CHARSET
  573.       Font.Color = clBlack
  574.       Font.Height = -13
  575.       Font.Name = 'Courier New'
  576.       Font.Style = [fsBold]
  577.       BackColor = cl3DLight
  578.     end
  579.     item
  580.       FontID = 29
  581.       BlockID = 4
  582.       Font.Charset = DEFAULT_CHARSET
  583.       Font.Color = clTeal
  584.       Font.Height = -13
  585.       Font.Name = 'Courier New'
  586.       Font.Style = []
  587.       BackColor = cl3DLight
  588.     end
  589.     item
  590.       FontID = 30
  591.       BlockID = 4
  592.       Font.Charset = DEFAULT_CHARSET
  593.       Font.Color = clTeal
  594.       Font.Height = -13
  595.       Font.Name = 'Courier New'
  596.       Font.Style = []
  597.       BackColor = cl3DLight
  598.     end
  599.     item
  600.       FontID = 31
  601.       BlockID = 4
  602.       Font.Charset = DEFAULT_CHARSET
  603.       Font.Color = clTeal
  604.       Font.Height = -13
  605.       Font.Name = 'Courier New'
  606.       Font.Style = []
  607.       BackColor = cl3DLight
  608.     end
  609.     item
  610.       FontID = 46
  611.       Font.Charset = DEFAULT_CHARSET
  612.       Font.Color = clBlack
  613.       Font.Height = -13
  614.       Font.Name = 'Courier New'
  615.       Font.Style = [fsBold]
  616.       BackColor = 15532031
  617.       UseDefBack = False
  618.     end
  619.     item
  620.       FontID = 46
  621.       BlockID = 5
  622.       Font.Charset = DEFAULT_CHARSET
  623.       Font.Color = clBlack
  624.       Font.Height = -13
  625.       Font.Name = 'Courier New'
  626.       Font.Style = []
  627.       BackColor = clInfoBk
  628.       UseDefBack = False
  629.     end
  630.     item
  631.       FontID = 47
  632.       BlockID = 5
  633.       Font.Charset = DEFAULT_CHARSET
  634.       Font.Color = clGray
  635.       Font.Height = -13
  636.       Font.Name = 'Courier New'
  637.       Font.Style = [fsItalic]
  638.     end
  639.     item
  640.       FontID = 48
  641.       BlockID = 5
  642.       Font.Charset = DEFAULT_CHARSET
  643.       Font.Color = clGreen
  644.       Font.Height = -13
  645.       Font.Name = 'Courier New'
  646.       Font.Style = []
  647.     end
  648.     item
  649.       FontID = 49
  650.       BlockID = 5
  651.       Font.Charset = DEFAULT_CHARSET
  652.       Font.Color = clBlack
  653.       Font.Height = -13
  654.       Font.Name = 'Courier New'
  655.       Font.Style = [fsBold]
  656.       BackColor = clInfoBk
  657.     end
  658.     item
  659.       FontID = 56
  660.       BlockID = 1
  661.       Font.Charset = DEFAULT_CHARSET
  662.       Font.Color = clTeal
  663.       Font.Height = -13
  664.       Font.Name = 'Courier New'
  665.       Font.Style = [fsBold, fsItalic]
  666.     end
  667.     item
  668.       FontID = 58
  669.       Font.Charset = DEFAULT_CHARSET
  670.       Font.Color = clTeal
  671.       Font.Height = -13
  672.       Font.Name = 'Verdana'
  673.       Font.Style = [fsBold, fsItalic]
  674.     end
  675.     item
  676.       FontID = 60
  677.       BlockID = 3
  678.       Font.Charset = DEFAULT_CHARSET
  679.       Font.Color = clGreen
  680.       Font.Height = -13
  681.       Font.Name = 'Courier New'
  682.       Font.Style = []
  683.       BackColor = clInfoBk
  684.     end
  685.     item
  686.       FontID = 62
  687.       BlockID = 3
  688.       Font.Charset = DEFAULT_CHARSET
  689.       Font.Color = clTeal
  690.       Font.Height = -13
  691.       Font.Name = 'Courier New'
  692.       Font.Style = []
  693.       BackColor = clInfoBk
  694.     end
  695.     item
  696.       FontID = 63
  697.       BlockID = 3
  698.       Font.Charset = DEFAULT_CHARSET
  699.       Font.Color = clTeal
  700.       Font.Height = -13
  701.       Font.Name = 'Courier New'
  702.       Font.Style = []
  703.       BackColor = clInfoBk
  704.       UseDefBack = False
  705.     end
  706.     item
  707.       FontID = 64
  708.       BlockID = 3
  709.       Font.Charset = DEFAULT_CHARSET
  710.       Font.Color = clTeal
  711.       Font.Height = -13
  712.       Font.Name = 'Courier New'
  713.       Font.Style = []
  714.       BackColor = clInfoBk
  715.       UseDefBack = False
  716.     end
  717.     item
  718.       FontID = 68
  719.       BlockID = 2
  720.       Font.Charset = DEFAULT_CHARSET
  721.       Font.Color = clTeal
  722.       Font.Height = -13
  723.       Font.Name = 'Courier New'
  724.       Font.Style = []
  725.       BackColor = clInfoBk
  726.     end
  727.     item
  728.       FontID = 69
  729.       BlockID = 2
  730.       Font.Charset = DEFAULT_CHARSET
  731.       Font.Color = clTeal
  732.       Font.Height = -13
  733.       Font.Name = 'Courier New'
  734.       Font.Style = []
  735.       BackColor = clInfoBk
  736.       UseDefBack = False
  737.     end
  738.     item
  739.       FontID = 70
  740.       BlockID = 2
  741.       Font.Charset = DEFAULT_CHARSET
  742.       Font.Color = clTeal
  743.       Font.Height = -13
  744.       Font.Name = 'Courier New'
  745.       Font.Style = []
  746.       BackColor = clInfoBk
  747.       UseDefBack = False
  748.     end
  749.     item
  750.       FontID = 10
  751.       BlockID = 3
  752.       Font.Charset = DEFAULT_CHARSET
  753.       Font.Color = clGray
  754.       Font.Height = -13
  755.       Font.Name = 'Courier New'
  756.       Font.Style = []
  757.       BackColor = clInfoBk
  758.       UseDefBack = False
  759.     end
  760.     item
  761.       FontID = 11
  762.       BlockID = 4
  763.       Font.Charset = DEFAULT_CHARSET
  764.       Font.Color = clBlack
  765.       Font.Height = -13
  766.       Font.Name = 'Courier New'
  767.       Font.Style = [fsItalic]
  768.       BackColor = 15658734
  769.       UseDefBack = False
  770.     end
  771.     item
  772.       FontID = 12
  773.       BlockID = 4
  774.       Font.Charset = DEFAULT_CHARSET
  775.       Font.Color = clGray
  776.       Font.Height = -13
  777.       Font.Name = 'Courier New'
  778.       Font.Style = [fsItalic]
  779.       BackColor = 15658734
  780.       UseDefBack = False
  781.     end
  782.     item
  783.       FontID = 13
  784.       BlockID = 4
  785.       Font.Charset = DEFAULT_CHARSET
  786.       Font.Color = clBlack
  787.       Font.Height = -13
  788.       Font.Name = 'Courier New'
  789.       Font.Style = []
  790.       BackColor = 15658734
  791.       UseDefBack = False
  792.     end
  793.     item
  794.       FontID = 19
  795.       Font.Charset = DEFAULT_CHARSET
  796.       Font.Color = clTeal
  797.       Font.Height = -13
  798.       Font.Name = 'Courier New'
  799.       Font.Style = []
  800.     end
  801.     item
  802.       FontID = 34
  803.       BlockID = 2
  804.       Font.Charset = DEFAULT_CHARSET
  805.       Font.Color = clBlack
  806.       Font.Height = -13
  807.       Font.Name = 'Courier New'
  808.       Font.Style = []
  809.       BackColor = 15138815
  810.       UseDefBack = False
  811.     end
  812.     item
  813.       FontID = 35
  814.       BlockID = 5
  815.       Font.Charset = DEFAULT_CHARSET
  816.       Font.Color = clTeal
  817.       Font.Height = -13
  818.       Font.Name = 'Courier New'
  819.       Font.Style = [fsBold]
  820.       BackColor = 15138815
  821.       UseDefBack = False
  822.     end
  823.     item
  824.       FontID = 36
  825.       BlockID = 3
  826.       Font.Charset = DEFAULT_CHARSET
  827.       Font.Color = clBlack
  828.       Font.Height = -13
  829.       Font.Name = 'Courier New'
  830.       Font.Style = []
  831.       BackColor = 15138815
  832.       UseDefBack = False
  833.     end
  834.     item
  835.       FontID = 41
  836.       BlockID = 1
  837.       Font.Charset = DEFAULT_CHARSET
  838.       Font.Color = clMaroon
  839.       Font.Height = -13
  840.       Font.Name = 'Courier New'
  841.       Font.Style = []
  842.     end
  843.     item
  844.       FontID = 4
  845.       BlockID = 8
  846.       Font.Charset = DEFAULT_CHARSET
  847.       Font.Color = clBlack
  848.       Font.Height = -13
  849.       Font.Name = 'Courier New'
  850.       Font.Style = []
  851.       BackColor = 15532031
  852.       UseDefBack = False
  853.     end
  854.     item
  855.       FontID = 5
  856.       BlockID = 8
  857.       Font.Charset = DEFAULT_CHARSET
  858.       Font.Color = clGreen
  859.       Font.Height = -13
  860.       Font.Name = 'Courier New'
  861.       Font.Style = []
  862.       BackColor = 15532031
  863.       UseDefBack = False
  864.     end
  865.     item
  866.       FontID = 39
  867.       BlockID = 1
  868.       Font.Charset = DEFAULT_CHARSET
  869.       Font.Color = clBlue
  870.       Font.Height = -13
  871.       Font.Name = 'Courier New'
  872.       Font.Style = []
  873.     end
  874.     item
  875.       FontID = 40
  876.       BlockID = 1
  877.       Font.Charset = DEFAULT_CHARSET
  878.       Font.Color = clBlue
  879.       Font.Height = -13
  880.       Font.Name = 'Courier New'
  881.       Font.Style = []
  882.     end
  883.     item
  884.       FontID = 7
  885.       BlockID = 5
  886.       Font.Charset = DEFAULT_CHARSET
  887.       Font.Color = clBlack
  888.       Font.Height = -13
  889.       Font.Name = 'Courier New'
  890.       Font.Style = []
  891.       BackColor = 15532031
  892.     end
  893.     item
  894.       FontID = 8
  895.       BlockID = 5
  896.       Font.Charset = DEFAULT_CHARSET
  897.       Font.Color = clBlack
  898.       Font.Height = -13
  899.       Font.Name = 'Courier New'
  900.       Font.Style = []
  901.       BackColor = 15532031
  902.     end
  903.     item
  904.       FontID = 9
  905.       BlockID = 1
  906.       Font.Charset = DEFAULT_CHARSET
  907.       Font.Color = 4227072
  908.       Font.Height = -13
  909.       Font.Name = 'Courier New'
  910.       Font.Style = []
  911.     end
  912.     item
  913.       FontID = 20
  914.       BlockID = 7
  915.       Font.Charset = DEFAULT_CHARSET
  916.       Font.Color = clBlack
  917.       Font.Height = -13
  918.       Font.Name = 'Courier New'
  919.       Font.Style = []
  920.     end
  921.     item
  922.       FontID = 21
  923.       BlockID = 7
  924.       Font.Charset = DEFAULT_CHARSET
  925.       Font.Color = clGreen
  926.       Font.Height = -13
  927.       Font.Name = 'Courier New'
  928.       Font.Style = []
  929.     end
  930.     item
  931.       FontID = 22
  932.       BlockID = 7
  933.       Font.Charset = DEFAULT_CHARSET
  934.       Font.Color = clGreen
  935.       Font.Height = -13
  936.       Font.Name = 'Courier New'
  937.       Font.Style = []
  938.     end
  939.     item
  940.       FontID = 23
  941.       BlockID = 7
  942.       Font.Charset = DEFAULT_CHARSET
  943.       Font.Color = clGreen
  944.       Font.Height = -13
  945.       Font.Name = 'Courier New'
  946.       Font.Style = []
  947.     end
  948.     item
  949.       FontID = 32
  950.       BlockID = 7
  951.       Font.Charset = DEFAULT_CHARSET
  952.       Font.Color = clGray
  953.       Font.Height = -13
  954.       Font.Name = 'Courier New'
  955.       Font.Style = [fsItalic]
  956.     end
  957.     item
  958.       FontID = 33
  959.       BlockID = 7
  960.       Font.Charset = DEFAULT_CHARSET
  961.       Font.Color = clMaroon
  962.       Font.Height = -13
  963.       Font.Name = 'Courier New'
  964.       Font.Style = []
  965.     end
  966.     item
  967.       FontID = 45
  968.       BlockID = 7
  969.       Font.Charset = DEFAULT_CHARSET
  970.       Font.Color = clMaroon
  971.       Font.Height = -13
  972.       Font.Name = 'Courier New'
  973.       Font.Style = []
  974.     end
  975.     item
  976.       FontID = 50
  977.       BlockID = 7
  978.       Font.Charset = DEFAULT_CHARSET
  979.       Font.Color = clBlue
  980.       Font.Height = -13
  981.       Font.Name = 'Courier New'
  982.       Font.Style = [fsBold]
  983.     end
  984.     item
  985.       FontID = 51
  986.       BlockID = 7
  987.       Font.Charset = DEFAULT_CHARSET
  988.       Font.Color = clBlack
  989.       Font.Height = -13
  990.       Font.Name = 'Courier New'
  991.       Font.Style = []
  992.     end>
  993.   P.SyntaxVersion = 3
  994. end
  995.